Skip to main content

templateGraphic

Type​

keyword

Summary​

Used with the set command to set the properties of newly created graphics.

Syntax​

templateGraphic

Description​

Use the templateGraphic keyword to set up default properties to be used for any new graphics you create.

The templateGraphic can be thought of as a special, abstract object. It is not an actual graphic, but it has all the properties of a graphic. The ID property of the templateGraphic is zero.

You can use the set command to set the properties of the templateGraphic before creating a graphic. The new graphic has the properties of the templateGraphic, by default. Changing the properties of the templateGraphic does not affect existing graphics.

The properties of the templateGraphic can be returned to the default settings using the reset command.

You can refer to the templateGraphic using any of the following forms:

    templateGraphic
the templateGraphic
templateGraphic()
note

The templateGraphic keyword is implemented internally as a function and appears in the functionNames. However, it cannot be used as a function in an expression.

Examples​

set the style of the templateGraphic to rectangle

control structure: function

function: functionNames

glossary: object, keyword, property, command, expression

keyword: templateScrollbar, default, graphic

object: graphic

property: properties, ID

command: reset, set

Compatibility and Support​

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?